home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
BBS
/
DAYSTATS.ARJ
/
RESET.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-09-17
|
464b
|
10 lines
REM This is a sample batch file which will reset your PCBSTATS.DAT
REM file. My own BBS has two nodes so I reset my file exactly as
REM is shown below. Your BBS may require different parameters etc.
REM Check your PCBoard documentation or CDC for more help with
REM reseting your PCBSTATS.DAT file.
@echo off
pcbstats /FILE:D:\PCB\MAIN\PCBSTATS.DAT /RESETALL /NODE:2 /KEEPCALLER
pcbstats /FILE:D:\PCB\MAIN\PCBSTATS.DAT /RESETALL /NODE:1 /KEEPCALLER